home *** CD-ROM | disk | FTP | other *** search
/ FM Towns: Free Software Collection 7 / FM Towns Free Software Collection 7.iso / taropyon / hewin / ccisrc / aplpcl.h < prev    next >
C/C++ Source or Header  |  1993-11-30  |  146b  |  8 lines

  1. #ifndef    _APLPCL_H
  2. #define    _APLPCL_H
  3.  
  4. #define    APLPCL_SAVE_SCREEN    (1)    /* 画面保存        */
  5. #define    APLPCL_RESET_CRTC    (2)    /* 画面再設定    */
  6.  
  7. #endif
  8.